home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
TERMINAL
/
HDRS
/
POPUP.H
< prev
next >
Wrap
Text File
|
1990-11-20
|
388b
|
18 lines
/*
Terminal 2.0
"Popup.h"
*/
typedef struct {
short item; /* Dialog item id */
short menu; /* Popup menu id */
MenuHandle h; /* Popup menu handle */
short choice; /* Current choice (1...) */
} POPUP;
#define NEWPOPUP /* Use downward pointing triangle */
Boolean PopupMousedown (DialogPtr, EventRecord *, short *);
void PopupInit (DialogPtr, POPUP *);
void PopupCleanup (void);